tools/libxl: Add an unified configuration option for ACPI
authorShannon Zhao <shannon.zhao@linaro.org>
Thu, 29 Sep 2016 01:18:47 +0000 (18:18 -0700)
committerWei Liu <wei.liu2@citrix.com>
Fri, 30 Sep 2016 09:21:55 +0000 (10:21 +0100)
commit3793f58a084b8fb617a2d8fa87d99ef56436294d
treeda195532b04aced833486bf3b65e4baec3b182e7
parent946c9ff4f421e7a57ceb8cdf160b271b556970d6
tools/libxl: Add an unified configuration option for ACPI

Since the existing configuration option "u.hvm.acpi" is x86 specific and
we want to reuse it on ARM as well, add a unified option "acpi" for
x86 and ARM, and for ARM it's disabled by default.

Signed-off-by: Shannon Zhao <shannon.zhao@linaro.org>
Acked-by: Wei Liu <wei.liu2@citrix.com>
docs/man/xl.cfg.pod.5.in
tools/libxl/libxl_arch.h
tools/libxl/libxl_arm.c
tools/libxl/libxl_create.c
tools/libxl/libxl_dm.c
tools/libxl/libxl_internal.h
tools/libxl/libxl_types.idl
tools/libxl/libxl_x86.c
tools/libxl/xl_cmdimpl.c